wip
This commit is contained in:
@@ -17,7 +17,7 @@ const validGatewayActionTypeList = [
|
||||
|
||||
export type GatewayActionType = typeof validGatewayActionTypeList[number];
|
||||
|
||||
interface IUser {
|
||||
export interface IUser {
|
||||
_id: UserIDType;
|
||||
|
||||
oauthID?: bigint;
|
||||
|
||||
Reference in New Issue
Block a user