UNPKG

sendingnetwork-bot-sdk

Version:
9 lines (8 loc) 230 B
/** * Representation of the server's supported specification versions and unstable feature flags. * @category Models */ export type ServerVersions = { unstable_features?: Record<string, boolean>; versions: string[]; };