UNPKG

@promptbook/google

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

17 lines (16 loc) 503 B
export type ServerInfo = { bookLanguageVersion: string; promptbookEngineVersion: string; nodeVersion: string; port: number | string | undefined; startupDate: string; isAnonymousModeAllowed: boolean; isApplicationModeAllowed: boolean; pipelines: ReadonlyArray<string>; runningExecutions: number; paths: ReadonlyArray<string>; }; /** * Add Note: [💞] Ignore a discrepancy between file name and entity name * <- TODO: !!! Maybe split into multiple files */