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

    Interface LoadedCost

    interface LoadedCost {
        cost: number;
        created: DateContainer;
        currency: string;
        current: "0" | "1";
        customerid?: string;
        end?: DateContainer;
        externalid?: string;
        id: string;
        lc_level: 0 | 1 | 2;
        project_taskid?: string;
        projectid?: string;
        start: DateContainer;
        updated: DateContainer;
        userid: string;
    }
    Index

    Properties

    cost: number
    created: DateContainer
    currency: string
    current: "0" | "1"
    customerid?: string
    externalid?: string
    id: string
    lc_level: 0 | 1 | 2
    project_taskid?: string
    projectid?: string
    updated: DateContainer
    userid: string