Interface CustomEmojiRepository

interface CustomEmojiRepository {
    list(meta?): Paginator<CustomEmoji[], undefined>;
}

Methods

Methods