This commit is contained in:
@ -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[]> => {
|
||||
|
||||
Reference in New Issue
Block a user