We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbcbe3 commit 99c3112Copy full SHA for 99c3112
frontend/src/types.ts
@@ -80,6 +80,7 @@ export interface SourceNode {
80
awsAccessKeyId?: string;
81
fileSource: string;
82
query_source?: string;
83
+ max_limit?: number;
84
}
85
export interface SideNavProps {
86
openDrawer: () => void;
0 commit comments