Type Alias TProjectGet

    TProjectGet: (
        | "archived"
        | "title"
        | "description"
        | "avatar"
        | "public"
        | "history"
        | "createddate"
        | "lastaccess"
        | "geometries"
        | "simulations"
        | "owners"
        | "users"
        | "groups"
        | "workspace")[]

    Generated using TypeDoc and TypeDoc Airthium Plugin