Interface RichStruct

interface RichStruct {
    fields: {
        [key: string]: RichValue;
    };
}

Properties

Properties

fields: {
    [key: string]: RichValue;
}