interface StringDefaults {
    allowed: string[];
    default: string;
}

Properties

Properties

allowed: string[]
default: string