Type Alias LatestVersionV2Response
LatestVersionV2Response: {
description?: string;
displayName?: string;
hasRequiredConnection: boolean;
isDocumented: boolean;
semanticVersion: string;
status: "DRAFT" | "PUBLISHED" | "DEPRECATED" | "REPROVED";
versionId: string;
}
Type declaration
Optionaldescription?: string
OptionaldisplayName?: string
hasRequiredConnection: boolean
isDocumented: boolean
semanticVersion: string
status: "DRAFT" | "PUBLISHED" | "DEPRECATED" | "REPROVED"
versionId: string