fix: missing type

This commit is contained in:
Methapon2001 2024-04-17 15:00:12 +07:00
parent dbfc8edf14
commit 8c8b37b32b

View file

@ -140,7 +140,7 @@ const useBranchStore = defineStore('api-branch', () => {
async function editById( async function editById(
id: string, id: string,
branch: Partial<BranchCreate>, branch: Partial<BranchCreate & { status: 'ACTIVE' | 'INACTIVE' }>,
flow?: { flow?: {
sessionId: string; sessionId: string;
refTransactionId: string; refTransactionId: string;