Type Alias CogsValueTypeOptionWithDefault

CogsValueTypeOptionWithDefault: CogsValueTypeOption<string[]> & {
    default: string;
}