CCC Docs
    Preparing search index...

    Type Alias DidCkbDataLike

    type DidCkbDataLike = {
        type?: "v1" | null;
        value: DidCkbDataV1Like;
    }
    Index

    Properties

    Properties

    type?: "v1" | null