| 44 | * @publicApi |
| 45 | */ |
| 46 | export interface Attribute { |
| 47 | /** |
| 48 | * The name of the attribute to be injected into the constructor. |
| 49 | */ |
| 50 | attributeName?: string; |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Type of the Query metadata. |
no outgoing calls
no test coverage detected
searching dependent graphs…