GetApplicationResponse: {
    description?: string;
    id: string;
    name: string;
    repoBaseBranch: string;
    repoUrl?: string;
    stackVersionId: string;
    starterId: string;
    workspace: WorkspaceInfo;
}

Type declaration

  • Optionaldescription?: string

    Application description.

  • id: string

    Application id.

  • name: string

    Application name.

  • repoBaseBranch: string

    Application repository base branch.

  • OptionalrepoUrl?: string

    Application repository url.

  • stackVersionId: string

    Stack used to generate this application.

  • starterId: string

    Starter used to generate this application.

  • workspace: WorkspaceInfo