UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

10 lines 335 B
export const pathItems = { post: { tags: ['app', 'auth', 'email'], description: 'Login using the Appsemble studio.', operationId: 'loginAppMemberWithEmail', responses: { 200: { description: 'Logged in successfully.' } }, security: [{ basic: [] }], }, }; //# sourceMappingURL=login.js.map