UNPKG

lilybird

Version:
15 lines 321 B
export declare const enum CacheElementType { GUILD = 0, CHANNEL = 1, VOICE_STATE = 2 } export declare const enum CachingDelegationType { DEFAULT = 0, EXTERNAL = 1, TRANSFORMERS = 2 } export declare const enum CacheExecutionPolicy { FIRST = 0, LAST = 1 } //# sourceMappingURL=cache.d.ts.map