Use @yaakapp/api in models

This commit is contained in:
Gregory Schier
2024-08-01 15:14:33 -07:00
parent 76dd4380ce
commit 71013fd701
3 changed files with 25 additions and 2 deletions

View File

@@ -9,9 +9,9 @@ import type {
GrpcEvent,
GrpcConnection,
Environment,
} from '../../plugin-runtime-types';
} from '@yaakapp/api';
export * from '../../plugin-runtime-types';
export * from '@yaakapp/api';
export const BODY_TYPE_NONE = null;
export const BODY_TYPE_GRAPHQL = 'graphql';