| 147 | } |
| 148 | |
| 149 | export interface ResolveSchemaForChangeOptions { |
| 150 | metadata?: ChangeMetadata | null; |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Resolves the schema for a change, with explicit override taking precedence. |
nothing calls this directly
no outgoing calls
no test coverage detected