@typed-discord/rest
    Preparing search index...

    Interface RichEmbedField

    interface RichEmbedField {
        inline?: boolean | null;
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    inline?: boolean | null
    name: string
    value: string