Xivgear Types Documentation
    Preparing search index...

    Response for putting a full sheet.

    type PutSheetResponse = {
        sets: ({ index: number; preSelectUrl: string } & PutSetResponse)[];
        url: string;
    }
    Index

    Properties

    Properties

    sets: ({ index: number; preSelectUrl: string } & PutSetResponse)[]

    URLs for each individual set. Does not include separators. Use the index property to correlate them back to sets in the original input.

    Type Declaration

    • index: number

      The index of the set based on the original list.

    • preSelectUrl: string

      A URL which links to the sheet, but with this set pre-selected.

    url: string

    The direct URL to the overall sheet.