Type Alias StackVersionResponse
StackVersionResponse: { copyFromStackVersionId?: string; documentation?: DocumentationContentResponse; hasDeprecatedContent: boolean; published: boolean; publishedAt?: string; publishedBy?: string; semanticVersion?: string; stackVersionId: string; status: string; unpublishedAt?: string; unpublishedBy?: string; version: number;} Type declaration
OptionalcopyFromStackVersionId?: string
hasDeprecatedContent: boolean
published: boolean
OptionalpublishedAt?: string
OptionalpublishedBy?: string
OptionalsemanticVersion?: string
stackVersionId: string
status: string
OptionalunpublishedAt?: string
OptionalunpublishedBy?: string
version: number