Sanitisation Level DATA
data
data: {
error: {
message: string;
type: string;
};
offerId: string;
sessionId: undefined | string;
}
Type declaration
error: {
message: string;
type: string;
}
message: string
type: string
offerId: string
sessionId: undefined | string