Pular para o conteúdo principal

PublicPlayerSectionDto

@raizfc/contracts


@raizfc/contracts / PublicPlayerSectionDto

Type Alias: PublicPlayerSectionDto<T>

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

Defined in: dto/public-player.dto.ts:43

Type Parameters

T

T extends object