@zendesk/react-measure-timing-hooks
Version:
react hooks for measuring time to interactive and time to render of components
9 lines • 323 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ticketAndUserAndGlobalRelationSchemasFixture = void 0;
exports.ticketAndUserAndGlobalRelationSchemasFixture = {
global: {},
ticket: { ticketId: String },
user: { userId: String },
};
//# sourceMappingURL=relationSchemas.js.map
;