fix: missing type
This commit is contained in:
parent
dbfc8edf14
commit
8c8b37b32b
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ const useBranchStore = defineStore('api-branch', () => {
|
|||
|
||||
async function editById(
|
||||
id: string,
|
||||
branch: Partial<BranchCreate>,
|
||||
branch: Partial<BranchCreate & { status: 'ACTIVE' | 'INACTIVE' }>,
|
||||
flow?: {
|
||||
sessionId: string;
|
||||
refTransactionId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue