UNPKG

seyfert

Version:

The most advanced framework for discord bots

8 lines (7 loc) 377 B
import type { CacheFrom } from '../..'; import type { APIStageInstance } from '../../types'; import { GuildRelatedResource } from './default/guild-related'; export declare class StageInstances extends GuildRelatedResource<APIStageInstance, APIStageInstance> { namespace: string; filter(data: APIStageInstance, id: string, guild_id: string, from: CacheFrom): boolean; }