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

    Interface Project

    interface Project {
        acct_date: DateContainer;
        active: number;
        az_approvalprocess: string;
        br_approvalprocess: string;
        budget: number;
        budget_time: number;
        code: string;
        cost_centerid: number;
        created: DateContainer;
        currency: string;
        customer_name: string;
        customerid: number;
        deleted: string;
        externalid: string;
        finish_date: DateContainer;
        id: number;
        message: string;
        name: string;
        newsfeedid: number;
        notes: string;
        picklist_label: string;
        po_approvalprocess: string;
        pr_approvalprocess: string;
        project_stageid: number;
        rate: number;
        rm_approvalprocess: string;
        start_date: DateContainer;
        ta_approvalprocess: string;
        te_approvalprocess: string;
        updated: DateContainer;
        [key: string]: string | number | DateContainer;
    }

    Indexable

    Index

    Properties

    acct_date: DateContainer
    active: number
    az_approvalprocess: string
    br_approvalprocess: string
    budget: number
    budget_time: number
    code: string
    cost_centerid: number
    created: DateContainer
    currency: string
    customer_name: string
    customerid: number
    deleted: string
    externalid: string
    finish_date: DateContainer
    id: number
    message: string
    name: string
    newsfeedid: number
    notes: string
    picklist_label: string
    po_approvalprocess: string
    pr_approvalprocess: string
    project_stageid: number
    rate: number
    rm_approvalprocess: string
    start_date: DateContainer
    ta_approvalprocess: string
    te_approvalprocess: string
    updated: DateContainer