interface LibrarySettingField {
    category?: string;
    key: string;
    label: string;
    required?: boolean;
}

Properties

category?: string
key: string
label: string
required?: boolean