fix lint
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-01-15 02:36:24 +03:00
parent dea0676169
commit 2e46cc41a1
42 changed files with 940 additions and 301 deletions

View File

@ -1,5 +1,10 @@
import { api } from './api';
import type { TeamMember, CreateTeamMemberDto, UpdateTeamMemberDto, TeamSummary } from '../types/team';
import type {
TeamMember,
CreateTeamMemberDto,
UpdateTeamMemberDto,
TeamSummary,
} from '../types/team';
export const teamApi = {
getAll: async (): Promise<TeamMember[]> => {