UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

13 lines 314 B
export const User = { type: 'object', description: 'An object representing a user', additionalProperties: false, properties: { id: { type: 'string', readOnly: true, description: 'The id of the user.', }, }, }; //# sourceMappingURL=User.js.map