UNPKG

mastra

Version:
14 lines 570 B
import http from 'node:http'; interface StudioOptions { env?: string; port?: string | number; serverHost?: string; serverPort?: string | number; serverProtocol?: string; serverApiPrefix?: string; requestContextPresets?: string; } export declare function studio(options?: StudioOptions): Promise<void>; export declare const createServer: (builtStudioPath: string, options: StudioOptions, requestContextPresetsJson: string) => http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>; export {}; //# sourceMappingURL=studio.d.ts.map