Skip to content

Commit

Permalink
Update agent-filter.model.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Jun 15, 2024
1 parent af9e13e commit 07f0dc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/nextjs/models/agent-filter.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ export interface AgentFilterModel {
agentType?: AgentType | "All";
featured?: boolean;
search?: string;
validated?: "true" | "false" | "all";
propertySize?: string;
ownerWallet?: string;
}

0 comments on commit 07f0dc0

Please sign in to comment.