interface ResourceStoreItemDefault {
    id: number;
    label: string;
    [field: string]:
        | string
        | number
        | boolean
        | null
        | Date;
}

Indexable

  • [field: string]:
        | string
        | number
        | boolean
        | null
        | Date

Properties

Properties

id: number
label: string