CCC Docs
    Preparing search index...

    Type Alias DidCkbDataV1Like

    type DidCkbDataV1Like = {
        document: unknown;
        localId?: string | null;
    }
    Index

    Properties

    Properties

    document: unknown
    localId?: string | null