SharedInfraResponse: {
    createdAt: string;
    createdBy: string;
    description?: string;
    extraRepositories: ExtraRepositoriesResponse[];
    id: string;
    name: string;
    repoBaseBranch: string;
    repoUrl?: string;
    stackVersionId: string;
    status?: string;
    updatedAt: string;
    updatedBy: string;
    version?: string;
}

Type declaration

  • createdAt: string

    Shared-infra createAt.

  • createdBy: string

    Shared-infra createBy.

  • Optionaldescription?: string

    Shared-infra description.

  • extraRepositories: ExtraRepositoriesResponse[]

    Shared-infra extra repositories.

  • id: string

    Shared-infra id.

  • name: string

    Shared-infra name.

  • repoBaseBranch: string

    Shared-infra repository base branch.

  • OptionalrepoUrl?: string

    Shared-infra repository url.

  • stackVersionId: string

    Stack used to generate this shared-infra.

  • Optionalstatus?: string

    Shared-infra Deploy Status.

  • updatedAt: string

    Shared-infra updateAt.

  • updatedBy: string

    Shared-infra updateBy.

  • Optionalversion?: string

    Starter used to generate this shared-infra.