Monorepo for Tangled
at two-way-comms 5 lines 79 B view raw
1package types 2 3type KnotOwnerResponse struct { 4 OwnerDid string `json:"did"` 5}