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