Interface IFrontMutateProject

    interface IFrontMutateProject {
        archived?: undefined;
        avatar?: Buffer;
        createddate?: undefined;
        description?: string;
        geometries?: string[];
        groups?: never[];
        history?: undefined;
        id?: string;
        lastaccess?: undefined;
        owners?: Pick<IUserWithData<(
            | "lastname"
            | "firstname"
            | "email"
            | "avatar")[]>,
            | "id"
            | "lastname"
            | "firstname"
            | "email"
            | "avatar">[];
        public?: undefined;
        simulations?: string[];
        title?: string;
        users?: Pick<IUserWithData<(
            | "lastname"
            | "firstname"
            | "email"
            | "avatar")[]>,
            | "id"
            | "lastname"
            | "firstname"
            | "email"
            | "avatar">[];
        workspace?: undefined;
    }

    Hierarchy

    Properties

    archived?: undefined
    avatar?: Buffer
    createddate?: undefined
    description?: string
    geometries?: string[]
    groups?: never[]
    history?: undefined
    id?: string
    lastaccess?: undefined
    owners?: Pick<IUserWithData<(
        | "lastname"
        | "firstname"
        | "email"
        | "avatar")[]>,
        | "id"
        | "lastname"
        | "firstname"
        | "email"
        | "avatar">[]
    public?: undefined
    simulations?: string[]
    title?: string
    users?: Pick<IUserWithData<(
        | "lastname"
        | "firstname"
        | "email"
        | "avatar")[]>,
        | "id"
        | "lastname"
        | "firstname"
        | "email"
        | "avatar">[]
    workspace?: undefined

    Generated using TypeDoc and TypeDoc Airthium Plugin