Type alias RequestMetaform
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; } Type declaration
body: {
callbackUrl: string;
dvr: Pick<DataVerificationRequest, "dvrTitle" | "dvrId">;
message: string;
nonce: string;
reason: string;
}
callbackUrl: string
message: string
nonce: string
reason: string
from: string
id: string
thid: string
Represents the metadata of a request.