UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

8 lines 262 B
export const webhookSecretId = { name: 'webhookSecretId', in: 'path', description: 'The id of the app webhook secret on which to perform an operation', required: true, schema: { type: 'string' }, }; //# sourceMappingURL=webhookSecretId.js.map