7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
|
declare function _exports(params?: {
|
||
|
payload?: {
|
||
|
[x: string]: any;
|
||
|
};
|
||
|
}): import("../../types").DSQL_TableSchemaType | null;
|
||
|
export = _exports;
|