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

    Interface ProjectAssignmentProfile

    interface ProjectAssignmentProfile {
        created: DateContainer;
        customerid: string;
        id: string;
        name: string;
        projectid: string;
        updated: DateContainer;
        user_filter: string;
    }
    Index

    Properties

    created: DateContainer
    customerid: string
    id: string
    name: string
    projectid: string
    updated: DateContainer
    user_filter: string