UNPKG

mcp-casual-interview

Version:

MCP server for casual interview preparation workflow management

13 lines 248 B
export interface DomainError { code: string; msg: string; } export type Env = { tenantId: string; userId: string; }; export interface HKT<URI, A> { readonly _URI: URI; readonly _A: A; } //# sourceMappingURL=app_core.d.ts.map