| 59 | * `scenario`, which picks the kind from what the user is making; still |
| 60 | * honoured so an older client keeps working. */ |
| 61 | @Field(() => String, { nullable: true }) |
| 62 | template?: string; |
| 63 | |
| 64 | /** What the user is making — 'landing', 'dashboard', 'deck', 'email', |
nothing calls this directly
no outgoing calls
no test coverage detected