mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Better handle bigint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { UserPermission } from "../db.ts";
|
||||
|
||||
export type BUser = {
|
||||
id: number;
|
||||
id: number | bigint;
|
||||
username: string;
|
||||
is_admin: boolean;
|
||||
permissions: UserPermission;
|
||||
|
||||
Reference in New Issue
Block a user