@thepalaceproject/circulation-admin
    Preparing search index...

    Interface LibrarySettingField

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

    Properties

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