Pular para o conteúdo principal

PublicServiceResponse

@raizfc/contracts


@raizfc/contracts / PublicServiceResponse

Type Alias: PublicServiceResponse

PublicServiceResponse = Readonly<{ eventLinks: PublicCollectionDto<PublicServiceEventLinkDto>; providers: PublicCollectionDto<PublicServiceProviderDto>; service: PublicServiceDto; showcase: PublicCollectionDto<PublicServiceShowcaseItemDto>; viewer: PublicServiceViewerDto; warnings: readonly PublicEntityWarningDto[]; }>

Defined in: dto/public-service.dto.ts:79