/** * Represents a single API version. */ export enum ApiVersion { V1 = "v1", V2 = "v2", V3 = "v3", }