UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

8 lines 249 B
export const endpoint = { name: 'endpoint', in: 'query', description: 'The URL of the endpoint associated with the subscription.', required: true, schema: { type: 'string', format: 'uri' }, }; //# sourceMappingURL=endpoint.js.map