seyfert
Version:
The most advanced framework for discord bots
7 lines (6 loc) • 490 B
TypeScript
import { type EntitlementStructure } from '../../client';
import type { UsingClient } from '../../commands';
import type { APIEntitlement } from '../../types';
export declare const ENTITLEMENT_CREATE: (client: UsingClient, data: APIEntitlement) => EntitlementStructure;
export declare const ENTITLEMENT_UPDATE: (client: UsingClient, data: APIEntitlement) => EntitlementStructure;
export declare const ENTITLEMENT_DELETE: (client: UsingClient, data: APIEntitlement) => EntitlementStructure;