@alpaca-software/40kdc-data
    Preparing search index...

    Interface ShareList

    The lossless, serializable essence of a list — what a share link carries.

    interface ShareList {
        name: string;
        factionId: string | null;
        detachmentIds: string[];
        battleSize: "incursion" | "strike-force";
        disposition: string | null;
        units: ShareUnit[];
    }
    Index

    Properties

    name: string
    factionId: string | null
    detachmentIds: string[]
    battleSize: "incursion" | "strike-force"
    disposition: string | null
    units: ShareUnit[]