Interface IIdentityOption

interface IIdentityOption {
    icon?: string;
    label?: string;
}

Properties

Properties

icon?: string
label?: string