export interface IHirerChangeRequestNewHirerAttr {
NewHirerId: string;
RequestId: string;
FullName: string;
Email: string;
IdType: string;
IdNo: string;
ContactNo: string;
Relationship: string;
Address: string;
City: string;
State: string;
Postcode: string;
Country: string;
}