UNPKG

o11y_schema

Version:

o11y schema repo

9 lines (8 loc) 567 B
export { contacts as contactsSchema } from './contacts.js'; export { copilot_bootstrap as copilotBootstrapSchema } from './copilot_bootstrap.js'; export { error as errorSchema } from './error.js'; export { favorite_action as favoriteActionSchema } from './favorite_action.js'; export { mcf_load as mcfLoadSchema } from './mcf_load.js'; export { page_payload as pagePayloadSchema } from './page_payload.js'; export { request_status as requestStatusSchema } from './request_status.js'; export { user_interaction as userInteractionSchema } from './user_interaction.js';