PublicCollectionDto
@raizfc/contracts / PublicCollectionDto
Type Alias: PublicCollectionDto<T>
PublicCollectionDto<
T> =Readonly<{error?:Readonly<{code:string;message:string;retryable:boolean; }>;items: readonlyT[];status:PublicCollectionStatus; }>
Defined in: team.ts:128
Type Parameters
T
T extends object