UNPKG

lilybird

Version:
14 lines 377 B
import type { User } from "./user.js"; export declare namespace Emoji { interface Structure { id: string | null; name: string | null; roles?: Array<string>; user?: User.Structure; require_colons?: boolean; managed?: boolean; animated?: boolean; available?: boolean; } } //# sourceMappingURL=emoji.d.ts.map