Xivgear Types Documentation
    Preparing search index...

    Response for the /toEmbed endpoint when the input was a single set.

    type ToEmbedSetResponse = {
        embedUrl: string;
        type: "set";
    }
    Index

    Properties

    Properties

    embedUrl: string

    The embed URL for this set.

    type: "set"

    The input was a single set.