UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

10 lines 258 B
export const resourceType = { name: 'resourceType', in: 'path', description: 'The type of the resource on which to perform an operation', required: true, schema: { type: 'string', }, }; //# sourceMappingURL=resourceType.js.map