UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

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