RequestMetaform: {
    body: {
        callbackUrl: string;
        dvr: Pick<DataVerificationRequest, "dvrTitle" | "dvrId">;
        message: string;
        nonce: string;
        reason: string;
    };
    from: string;
    id: string;
    thid: string;
    typ: TYP;
    type: QRTypes;
}

Represents the metadata of a request.

Type declaration

  • body: {
        callbackUrl: string;
        dvr: Pick<DataVerificationRequest, "dvrTitle" | "dvrId">;
        message: string;
        nonce: string;
        reason: string;
    }
    • callbackUrl: string
    • dvr: Pick<DataVerificationRequest, "dvrTitle" | "dvrId">
    • message: string
    • nonce: string
    • reason: string
  • from: string
  • id: string
  • thid: string
  • typ: TYP
  • type: QRTypes

Generated using TypeDoc