website refactor
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
* Deletes a prize.
|
||||
*/
|
||||
|
||||
import type { PrizeRepository } from '../../domain/repositories/PrizeRepository';
|
||||
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 { PrizeRepository } from '../../domain/repositories/PrizeRepository';
|
||||
|
||||
export interface DeletePrizeInput {
|
||||
prizeId: string;
|
||||
|
||||
Reference in New Issue
Block a user