Pular para o conteúdo principal

PublicCollectionDto

@raizfc/contracts


@raizfc/contracts / PublicCollectionDto

Type Alias: PublicCollectionDto<T>

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

Defined in: team.ts:128

Type Parameters

T

T extends object