Function add

    • Add

      Parameters

      • user: {
            id: string;
        }

        User

        • id: string
      • workspace: {
            id: string;
        }

        Workspace

        • id: string
      • project: {
            description?: string;
            title: string;
        }

        Project

        • Optional description?: string
        • title: string

      Returns Promise<INewProject>

      New project

    Generated using TypeDoc and TypeDoc Airthium Plugin