UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

15 lines 470 B
export const subscriptions = { description: 'A subscription response.', content: { 'application/json': { schema: { type: 'object', description: 'A mapping of resources names to resource subscriptions.', additionalProperties: { $ref: '#/components/schemas/ResourceSubscription', }, }, }, }, }; //# sourceMappingURL=subscriptions.js.map