refactor: add opts status

This commit is contained in:
Net 2024-08-16 11:36:33 +07:00
parent 45b175e1ac
commit 4a67e42eda

View file

@ -196,6 +196,7 @@ const useUserStore = defineStore('api-user', () => {
query?: string;
includeBranch?: boolean;
userType?: string;
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
},
flow?: {
sessionId?: string;