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;
|
query?: string;
|
||||||
includeBranch?: boolean;
|
includeBranch?: boolean;
|
||||||
userType?: string;
|
userType?: string;
|
||||||
|
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
|
||||||
},
|
},
|
||||||
flow?: {
|
flow?: {
|
||||||
sessionId?: string;
|
sessionId?: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue