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

    Interface Projectassign

    interface Projectassign {
        allocation: number;
        created: DateContainer;
        customer_id: string;
        deleted: number;
        id: string;
        job_code_id: string;
        project_groupid?: string;
        project_id: string;
        updated: DateContainer;
        user_id: string;
    }
    Index

    Properties

    allocation: number
    created: DateContainer
    customer_id: string
    deleted: number
    id: string
    job_code_id: string
    project_groupid?: string
    project_id: string
    updated: DateContainer
    user_id: string