Interface JUserInfo

interface JUserInfo {
    id: string;
    label: string;
    value: undefined | null | string | number | Date;
}

Properties

Properties

id: string
label: string
value: undefined | null | string | number | Date