@theredspace/spp-client
    Preparing search index...

    Interface CategoryN

    Service line N (e.g. Category_1). Same as Category but named dynamically.

    interface CategoryN {
        active: "0" | "1";
        created: string;
        externalid?: string;
        id: string;
        name: string;
        notes?: string;
        picklist_label?: string;
        updated: string;
    }
    Index

    Properties

    active: "0" | "1"
    created: string
    externalid?: string
    id: string
    name: string
    notes?: string
    picklist_label?: string
    updated: string