Type Alias StackVersionWksResponse
StackVersionWksResponse: {
copyFromStackVersionId?: string;
hasContext?: boolean;
hasDeprecatedContent: boolean;
published: boolean;
semanticVersion?: string;
stackVersionId: string;
status: string;
version: number;
}
Type declaration
OptionalcopyFromStackVersionId?: string
OptionalhasContext?: boolean
hasDeprecatedContent: boolean
published: boolean
OptionalsemanticVersion?: string
stackVersionId: string
status: string
version: number