mirror of https://github.com/grpc/grpc-node.git
				
				
				
			Add some missing descriptions to typescript.
This commit is contained in:
		
							parent
							
								
									045d938bc8
								
							
						
					
					
						commit
						c04d71521f
					
				|  | @ -794,7 +794,13 @@ declare module "grpc" { | ||||||
|     ERROR, |     ERROR, | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |   /** | ||||||
|  |    * A certificate as received by the checkServerIdentity callback. | ||||||
|  |    */ | ||||||
|   export interface Certificate { |   export interface Certificate { | ||||||
|  |     /** | ||||||
|  |      * The raw certificate in DER form. | ||||||
|  |      */ | ||||||
|     raw: Buffer; |     raw: Buffer; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue