Interface INewProject

    interface INewProject {
        description?: string;
        id: string;
        owners: string[];
        title: string;
        workspace: string;
    }

    Hierarchy (view full)

    Properties

    description?: string
    id: string
    owners: string[]
    title: string
    workspace: string

    Generated using TypeDoc and TypeDoc Airthium Plugin