CML
    Preparing search index...

    Type Alias ParsedBox<T>

    ParsedBox: (T extends IsoBox ? T & Omit<Box, "type"> : T) & {
        largesize?: number;
        size: number;
        usertype?: number[];
        view: IsoBoxReadView;
    }

    A Parsed Box Type

    Type Parameters