mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:17 +01:00
Use @yaakapp/api in models
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user