UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

9 lines 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EVENT_TYPES = void 0; exports.EVENT_TYPES = { FRAME_READY: 'frame-ready', ACTION: 'action', AUTHORIZATION_CODE: 'authorization-code', }; //# sourceMappingURL=events.js.map