export interface IOrderCustomerQuery { FullName?: string; ContactNo?: string; Email?: string; IdNo?: string; }