export interface IFormInputAvailableValue {
    value: string;
    label: string;
}
