CollectionBinaryIndex: Record<string, {
    dirty: boolean;
    name: string;
    values: any[];
}>

Generated using TypeDoc