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

    Interface Projectgroup

    From the Projectgroup API docs: active, assigned_users, created, id, name, notes, updated oai_citation:0‡XMLAndSOAPAPI (1).pdf

    interface Projectgroup {
        active: number;
        assigned_users: string;
        created: DateContainer;
        id: number;
        name: string;
        notes: string;
        updated: DateContainer;
    }
    Index

    Properties

    active: number
    assigned_users: string
    created: DateContainer
    id: number
    name: string
    notes: string
    updated: DateContainer