Merge pull request #217 from NekoCyan/main

fix(NitroType): format
This commit is contained in:
Cinnamon
2022-07-19 06:28:44 +07:00
committed by GitHub

2
typings/index.d.ts vendored
View File

@@ -921,7 +921,7 @@ export class ClientUser extends User {
public readonly nsfwAllowed: boolean; public readonly nsfwAllowed: boolean;
public readonly emailAddress: string; public readonly emailAddress: string;
} }
type NitroType = 'NONE' | 'CLASSIC' | 'BOOST'; type NitroType = 'NONE' | 'NITRO_CLASSIC' | 'NITRO_BOOST';
export class Options extends null { export class Options extends null {
private constructor(); private constructor();
public static defaultMakeCacheSettings: CacheWithLimitsOptions; public static defaultMakeCacheSettings: CacheWithLimitsOptions;