diff --git a/web/v2/index.ts b/web/v2/index.ts index 510d989..3861f5d 100644 --- a/web/v2/index.ts +++ b/web/v2/index.ts @@ -126,7 +126,7 @@ export const APIWebRoutes = { * * @returns APIResponse */ - companyRoles(companyId: number) { + companyRoles(companyId: number | string) { return `/vtc/${companyId}/roles` as const; },