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

    Interface Timetype

    Classification for time entries (e.g. “Regular”, “Overtime”). Supports Add, Read, Modify, Upsert, Delete. :contentReference[oaicite:3]{index=3}:contentReference[oaicite:4]{index=4}

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

    Properties

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