@sovereignbase/frontier-store
    Preparing search index...

    Type Alias AcknowledgedGarbageCollectionFrontierMap

    type AcknowledgedGarbageCollectionFrontierMap = {
        list: CRListAck;
        map: CRMapAck;
        set: CRSetAck;
        struct: CRStructAck<Record<string, unknown>>;
        text: CRTextAck;
    }
    Index

    Properties

    Properties

    list: CRListAck
    map: CRMapAck
    set: CRSetAck
    struct: CRStructAck<Record<string, unknown>>
    text: CRTextAck