minor fix

This commit is contained in:
Kristaps Fabians Geikins
2024-09-27 12:34:54 +03:00
parent 6c2b384215
commit 31076c5c0a
@@ -141,6 +141,8 @@ export type UpdateBranch = (
branch: Partial<Branch>
) => Promise<Branch>
export type DeleteBranchById = (branchId: string) => Promise<number>
export type UpdateBranchAndNotify = (
input: BranchUpdateInput | UpdateModelInput,
userId: string