IGPAPI
    Preparing search index...
    interface Item {
        checked?: boolean;
        content_type: string;
        icon: string;
        setting_value?: string;
        title: string;
        ui_type: string;
    }
    Index

    Properties

    checked?: boolean
    content_type: string
    icon: string
    setting_value?: string
    title: string
    ui_type: string