PublicChampionshipSectionDto
@raizfc/contracts / PublicChampionshipSectionDto
Type Alias: PublicChampionshipSectionDto<T>
PublicChampionshipSectionDto<
T> =Readonly<{error?:Readonly<{code:string;message:string;retryable:boolean; }>;items: readonlyT[];message?:string;status:PublicChampionshipSectionStatus; }>
Defined in: dto/public-championship.dto.ts:72
Type Parameters
T
T extends object