website refactor
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
* Awards a prize to a driver.
|
||||
*/
|
||||
|
||||
import type { PrizeRepository } from '../../domain/repositories/PrizeRepository';
|
||||
import type { Prize } from '../../domain/entities/Prize';
|
||||
import type { UseCase } from '@core/shared/application/UseCase';
|
||||
import { Result } from '@core/shared/domain/Result';
|
||||
import type { ApplicationErrorCode } from '@core/shared/errors/ApplicationErrorCode';
|
||||
import type { Prize } from '../../domain/entities/Prize';
|
||||
import type { PrizeRepository } from '../../domain/repositories/PrizeRepository';
|
||||
|
||||
export interface AwardPrizeInput {
|
||||
prizeId: string;
|
||||
|
||||
Reference in New Issue
Block a user