SignedDvrResponse: {
    callbackUrl: string;
    from: string;
    id: string;
    signedDvr: string;
}

Represents a signed DVR response object.

Type declaration

  • callbackUrl: string
  • from: string
  • id: string
  • signedDvr: string

Generated using TypeDoc