Pular para o conteúdo principal

PublicMatchSectionDto

@raizfc/contracts


@raizfc/contracts / PublicMatchSectionDto

Type Alias: PublicMatchSectionDto<T>

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

Defined in: dto/public-match.dto.ts:142

Type Parameters

T

T extends object