Type Alias KickEmojisParsed

KickEmojisParsed: {
    id: string;
    name: string;
    subOnly: boolean;
}[]