lemmy-js-client
    Preparing search index...

    Type Alias CustomEmojiResponse

    A response for a custom emoji.

    type CustomEmojiResponse = {
        custom_emoji: CustomEmojiView;
    }
    Index

    Properties

    Properties

    custom_emoji: CustomEmojiView