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