UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

10 lines 229 B
export const webhookName = { name: 'webhookName', in: 'path', description: 'The name of the webhook to call', required: true, schema: { type: 'string', }, }; //# sourceMappingURL=webhookName.js.map