| 33 | export const enum PROJECT_TYPE { Static, CloudFunctions, CloudRun, WebFrameworks } |
| 34 | |
| 35 | export interface NgAddOptions { |
| 36 | firebaseProject: string; |
| 37 | project?: string; |
| 38 | } |
| 39 | |
| 40 | export interface NgAddNormalizedOptions { |
| 41 | project: string; |
nothing calls this directly
no outgoing calls
no test coverage detected