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

    Interface Costtype

    Type of cost (labor, expense, etc.). Supports Add, Read, Modify, Upsert, Delete.

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

    Properties

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