UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

8 lines 311 B
export const appOAuth2SecretId = { name: 'appOAuth2SecretId', in: 'path', description: 'The ID of the app OAuth2 secret on which to perform an operation', required: true, schema: { $ref: '#/components/schemas/AppOAuth2Secret/properties/id' }, }; //# sourceMappingURL=appOAuth2SecretId.js.map