diff --git a/src/stores/user/index.ts b/src/stores/user/index.ts index ea010239..b324cd57 100644 --- a/src/stores/user/index.ts +++ b/src/stores/user/index.ts @@ -196,6 +196,7 @@ const useUserStore = defineStore('api-user', () => { query?: string; includeBranch?: boolean; userType?: string; + status?: 'CREATED' | 'ACTIVE' | 'INACTIVE'; }, flow?: { sessionId?: string;