| 39 | (): Deferrable; |
| 40 | } |
| 41 | export interface Deferrable { |
| 42 | toString(): string; |
| 43 | toSql(): string; |
| 44 | } |
| 45 | |
| 46 | export interface InitiallyDeferredDeferrableStatic extends AbstractDeferrableStatic { |
| 47 | new (): InitiallyDeferredDeferrable; |
no outgoing calls
no test coverage detected