Interface ISpbRadioChooserOption<T>

interface ISpbRadioChooserOption<T> {
    resourceKey: string;
    value: T;
}

Type Parameters

  • T = any

Properties

Properties

resourceKey: string
value: T