UNPKG

@vector-im/matrix-bot-sdk

Version:

TypeScript/JavaScript SDK for Matrix bots and appservices

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[]; };