Fix linting issues

This commit is contained in:
Jonathan Barrow
2023-04-27 14:38:03 -04:00
parent 2de196a649
commit bbf6a9340a
5 changed files with 5 additions and 5 deletions

View File

@@ -13,4 +13,4 @@ export interface MailerOptions {
href: string;
code: string;
};
};
}

View File

@@ -1,4 +1,4 @@
export interface SignatureSize {
SIZE: number;
PADDING_SIZE: number;
};
}

View File

@@ -5,4 +5,4 @@ export interface TokenOptions {
access_level?: number;
title_id?: bigint;
expire_time: bigint;
};
}

View File

@@ -5,4 +5,4 @@ export interface Token {
access_level?: number;
title_id?: bigint;
expire_time: bigint;
};
}

View File

@@ -1,3 +1,3 @@
export interface DiscordConnectionData {
id: string;
};
}