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

    Interface WebhookSlackEmbedField

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

    Properties

    Properties

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