mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
15 lines
297 B
TypeScript
15 lines
297 B
TypeScript
|
|
export {
|
||
|
|
paperclipConfigSchema,
|
||
|
|
configMetaSchema,
|
||
|
|
llmConfigSchema,
|
||
|
|
databaseConfigSchema,
|
||
|
|
loggingConfigSchema,
|
||
|
|
serverConfigSchema,
|
||
|
|
type PaperclipConfig,
|
||
|
|
type LlmConfig,
|
||
|
|
type DatabaseConfig,
|
||
|
|
type LoggingConfig,
|
||
|
|
type ServerConfig,
|
||
|
|
type ConfigMeta,
|
||
|
|
} from "@paperclip/shared";
|