test: define schema contract for topic fact graph
This commit is contained in:
7
src/types/database.ts
Normal file
7
src/types/database.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { FactRecord, FactTopicRecord, TopicRecord } from './domain';
|
||||
|
||||
export interface IdentityDatabaseSchema {
|
||||
topics: TopicRecord;
|
||||
facts: FactRecord;
|
||||
fact_topics: FactTopicRecord;
|
||||
}
|
||||
Reference in New Issue
Block a user