result
result: {
dataSourceId: string;
indexRequestKey: string;
selectString: string;
trigger: any;
view: {
lastModified: string;
name: string;
select: {
[key: string]: any;
};
tables: {
columns: {
id: string;
name: string;
type: string;
}[];
}[];
};
}
Type declaration
-
dataSourceId: string
-
indexRequestKey: string
-
selectString: string
-
trigger: any
-
view: {
lastModified: string;
name: string;
select: {
[key: string]: any;
};
tables: {
columns: {
id: string;
name: string;
type: string;
}[];
}[];
}
-
lastModified: string
-
name: string
-
select: {
[key: string]: any;
}
-
tables: {
columns: {
id: string;
name: string;
type: string;
}[];
}[]