Function add

    Add

    • Parameters

      • workspace: {
            id: string;
        }

        Workspace

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

        Project

        • Optionaldescription?: string
        • title: string

      Returns Promise<IFrontNewProject>

      New project

    Generated using TypeDoc and TypeDoc Airthium Plugin