mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-09-13 13:57:19 -05:00
Fix linting issues
This commit is contained in:
@@ -13,4 +13,4 @@ export interface MailerOptions {
|
||||
href: string;
|
||||
code: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
export interface SignatureSize {
|
||||
SIZE: number;
|
||||
PADDING_SIZE: number;
|
||||
};
|
||||
}
|
||||
@@ -5,4 +5,4 @@ export interface TokenOptions {
|
||||
access_level?: number;
|
||||
title_id?: bigint;
|
||||
expire_time: bigint;
|
||||
};
|
||||
}
|
||||
@@ -5,4 +5,4 @@ export interface Token {
|
||||
access_level?: number;
|
||||
title_id?: bigint;
|
||||
expire_time: bigint;
|
||||
};
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
export interface DiscordConnectionData {
|
||||
id: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user