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