@nclabs/nestjs-common-types
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -33,7 +33,7 @@ export interface UserCredential { | ||
export type CallG5SeniorServiceType = { | ||
export type CallG5SeniorServiceType<T> = { | ||
module: string | ||
webservice: string | ||
port: string | ||
parameters: any | ||
parameters: T | ||
} |
{ | ||
"name": "@nclabs/nestjs-common-types", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Interfaces e tipos comuns entre os serviços NestJS", | ||
@@ -5,0 +5,0 @@ "author": "Luiz Carlos Ferreira", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1324
3
1
3