Pular para o conteúdo principal

PublicTorcidaSectionDto

@raizfc/contracts


@raizfc/contracts / PublicTorcidaSectionDto

Type Alias: PublicTorcidaSectionDto<T>

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

Defined in: dto/public-torcida.dto.ts:44

Type Parameters

T

T extends object