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
commit 013448da8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;