fix(NitroType): format

This commit is contained in:
NekoCyan 2022-07-19 02:16:50 +07:00 committed by NekoCyan
parent 1c63b3fe31
commit 844f83148c

2
typings/index.d.ts vendored
View File

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