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