RocketChat/Rocket.Chat

View on GitHub
packages/core-typings/src/IEmojiCustom.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { IRocketChatRecord } from './IRocketChatRecord';

export interface IEmojiCustom extends IRocketChatRecord {
    name: string;
    aliases: string[];
    extension: string;
}