You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
660 B
TypeScript
24 lines
660 B
TypeScript
// @generated
|
|
// This file is automatically generated by Kanel. Do not modify manually.
|
|
|
|
import type { default as UsersTable } from './Users';
|
|
import type { default as MessagesTable } from './Messages';
|
|
import type { default as ToolsTable } from './Tools';
|
|
import type { default as FactTriggersTable } from './FactTriggers';
|
|
import type { default as FactsTable } from './Facts';
|
|
import type { default as ConversationsTable } from './Conversations';
|
|
|
|
export default interface PublicSchema {
|
|
users: UsersTable;
|
|
|
|
messages: MessagesTable;
|
|
|
|
tools: ToolsTable;
|
|
|
|
fact_triggers: FactTriggersTable;
|
|
|
|
facts: FactsTable;
|
|
|
|
conversations: ConversationsTable;
|
|
}
|