export * from './global'; export type OperationType = 'update' | 'create'; export type ServerBoolean = 0 | 1;