@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface FullVariantInfo

    Card-set structures in full output.

    interface FullVariantInfo {
        bodyForbidden: boolean;
        bodyFormat: BodyFormat;
        bodyRequired: boolean;
        position: number;
        repeat: boolean;
        tags: FullTagInfo[];
    }
    Index
    bodyForbidden: boolean
    bodyFormat: BodyFormat
    bodyRequired: boolean
    position: number
    repeat: boolean
    tags: FullTagInfo[]