CollectionDetails: {
    __kind: "V1";
    size: bigint;
} | {
    __kind: "V2";
    padding: number[];
}

Generated using TypeDoc