W3Booster SDK 2.0.0
    Preparing search index...

    Interface AppSettingOption<TValue>

    interface AppSettingOption<TValue extends JsonValue = JsonValue> {
        label: string;
        value: TValue;
    }

    Type Parameters

    Index
    label: string
    value: TValue