From 4a67e42eda075a88e5c23fa84c6f712f5350df3e Mon Sep 17 00:00:00 2001 From: Net Date: Fri, 16 Aug 2024 11:36:33 +0700 Subject: [PATCH] refactor: add opts status --- src/stores/user/index.ts | 1 + 1 file changed, 1 insertion(+) 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;