mirror of
https://github.com/chartdb/chartdb.git
synced 2026-05-20 04:59:08 -05:00
add default val to includeDependencies in listDiagrams (#279)
This commit is contained in:
@@ -16,6 +16,7 @@ export interface StorageContext {
|
||||
listDiagrams: (options?: {
|
||||
includeTables?: boolean;
|
||||
includeRelationships?: boolean;
|
||||
includeDependencies?: boolean;
|
||||
}) => Promise<Diagram[]>;
|
||||
getDiagram: (
|
||||
id: string,
|
||||
|
||||
Reference in New Issue
Block a user