UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

9 lines 218 B
export const roles = { name: 'roles', in: 'query', description: 'The roles of app members on which to perform an operation', schema: { type: 'string', }, }; //# sourceMappingURL=roles.js.map