Type Alias RecreateApplicationRequest
RecreateApplicationRequest: {
description?: string;
name: string;
repoBaseBranch: string;
repoUrl?: string;
stackVersionId: string;
starterId: string;
}
Type declaration
Optionaldescription?: string
name: string
repoBaseBranch: string
OptionalrepoUrl?: string
stackVersionId: string
starterId: string
Application description.