Sanitisation Level DATA
data
data: {
email: undefined;
id: string;
name: undefined;
pricingPlan: {
endDate: undefined | string;
type: string;
};
status: string;
}
Type declaration
email: undefined
id: string
name: undefined
pricingPlan: {
endDate: undefined | string;
type: string;
}
endDate: undefined | string
type: string
status: string