| 1 | import { Drop } from '../drop/drop' |
| 2 | |
| 3 | export interface ScopeObject extends Record<string | number | symbol, any> { |
| 4 | toLiquid?: () => any; |
| 5 | } |
| 6 | |
| 7 | export type Scope = ScopeObject | Drop |
| 8 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…