ObjectId

export interface ObjectId {
  Version: string;
  Id: string;
}

{
  "Version": "String",
  "Id": "String"
}