6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
declare function _exports({ userId, schemaData }: {
|
|
userId: string | number;
|
|
schemaData: import("../../types").DSQL_DatabaseSchemaType[];
|
|
}): boolean;
|
|
export = _exports;
|