mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-25 07:48:32 +00:00
Update Utils.ts
This commit is contained in:
parent
a994e7629f
commit
f078181598
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export const moment: typeof import("moment") = findByPropsLazy("parseTwoDigitYea
|
||||||
|
|
||||||
export interface Timezone {
|
export interface Timezone {
|
||||||
userID: string,
|
userID: string,
|
||||||
timezoneId: String,
|
timezoneId: string,
|
||||||
timezone: string;
|
timezone: string;
|
||||||
error: string;
|
error: string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue