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

    Interface CustomerpoToProject

    interface CustomerpoToProject {
        active: "0" | "1";
        created: string;
        customerid: string;
        customerpoid: string;
        externalid?: string;
        id: string;
        projectid: string;
        updated: string;
    }
    Index

    Properties

    active: "0" | "1"
    created: string
    customerid: string
    customerpoid: string
    externalid?: string
    id: string
    projectid: string
    updated: string