feat: update permit schema

This commit is contained in:
2025-09-24 15:59:40 +05:30
parent b68ab704da
commit b9572953b5
4 changed files with 114 additions and 10 deletions

View File

@@ -182,7 +182,7 @@ export async function listPermits(
}
export async function updatePermit(
input: UpdatePermitInput,
input: CreatePermitInput,
permitId: string,
user: AuthenticatedUser
) {