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

    Interface Projectlocation

    From the Projectlocation API docs: active, created, id, name

    interface Projectlocation {
        active: number;
        created: DateContainer;
        id: string;
        name: string;
        notes?: string;
        updated: DateContainer;
    }
    Index

    Properties

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