UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

17 lines 505 B
export const pathItems = { parameters: [{ $ref: '#/components/parameters/appId' }], get: { tags: ['common', 'app'], description: 'Get the shared style for this app.', operationId: 'getAppSharedStyle', responses: { 200: { description: 'The shared stylesheet associated with this app.', content: { 'text/css': {}, }, }, }, }, }; //# sourceMappingURL=shared.js.map