From 844f83148ca1f45ddb8f70d6519e237f8699ea73 Mon Sep 17 00:00:00 2001 From: NekoCyan <46834562+NekoCyan@users.noreply.github.com> Date: Tue, 19 Jul 2022 02:16:50 +0700 Subject: [PATCH] fix(NitroType): format --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index e486552..ae796fa 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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;