pl-api
    Preparing search index...

    Interface AdminCreateCustomEmojiParams

    interface AdminCreateCustomEmojiParams {
        category?: string;
        image: File;
        shortcode: string;
    }
    Index

    Properties

    category?: string
    image: File
    shortcode: string