Type Alias LocationSearchParams

LocationSearchParams: {
    companyId?: string;
    email?: string;
    limit?: string;
    order?: "asc" | "desc";
    skip?: string;
}

Type declaration

  • OptionalcompanyId?: string
  • Optionalemail?: string
  • Optionallimit?: string
  • Optionalorder?: "asc" | "desc"
  • Optionalskip?: string