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

5 lines
106 B
TypeScript
Raw Normal View History

2024-12-06 10:44:26 +00:00
declare function _exports({ userId }: {
userId: number | string;
}): Promise<any>;
export = _exports;