website refactor
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import type { TeamMembershipRepository } from '../../domain/repositories/TeamMembershipRepository';
|
||||
import { Result } from '@core/shared/domain/Result';
|
||||
import type { ApplicationErrorCode } from '@core/shared/errors/ApplicationErrorCode';
|
||||
import type { Logger } from '@core/shared/application';
|
||||
export type GetTeamMembershipInput = {
|
||||
teamId: string;
|
||||
driverId: string;
|
||||
|
||||
Reference in New Issue
Block a user