UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

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