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