Module Cephalopod_models.Com_Atproto_Repo_StrongRef

lexicon "com.atproto.repo.strongRef" A URI with a content-hash fingerprint.

def main

type nonrec main = Types.com_atproto_repo_strongref_main = {
  1. uri : string;
    (*

    format: "AtUri"

    *)
  2. cid : string;
    (*

    format: "Cid"

    *)
}