Esposter
    Preparing search index...

    Interface EmbedField

    interface EmbedField {
        inline?: boolean;
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    inline?: boolean
    name: string
    value: string