Pular para o conteúdo principal

PublicChampionshipSectionDto

@raizfc/contracts


@raizfc/contracts / PublicChampionshipSectionDto

Type Alias: PublicChampionshipSectionDto<T>

PublicChampionshipSectionDto<T> = Readonly<{ error?: Readonly<{ code: string; message: string; retryable: boolean; }>; items: readonly T[]; message?: string; status: PublicChampionshipSectionStatus; }>

Defined in: dto/public-championship.dto.ts:72

Type Parameters

T

T extends object