refactor: add opts status
This commit is contained in:
parent
45b175e1ac
commit
4a67e42eda
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ const useUserStore = defineStore('api-user', () => {
|
|||
query?: string;
|
||||
includeBranch?: boolean;
|
||||
userType?: string;
|
||||
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
|
||||
},
|
||||
flow?: {
|
||||
sessionId?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue