datasquirel/package-shared/functions/backend/grabNewUsersTableSchema.d.ts

7 lines
160 B
TypeScript
Raw Normal View History

2024-12-08 08:58:57 +00:00
declare function _exports(params?: {
payload?: {
[x: string]: any;
};
}): import("../../types").DSQL_TableSchemaType | null;
export = _exports;