UNPKG

@tsed/openspec

Version:

OpenSpec2 and OpenSpec3 interfaces declarations for TypeScript application

4 lines (3 loc) 156 B
export type OS2Versions = "2.0"; export type OS3Versions = "3.0.1" | "3.0.2" | "3.0.3" | "3.1.0"; export type OpenSpecVersions = OS2Versions | OS3Versions;