| 11 | } |
| 12 | |
| 13 | export interface DocumentUpdateOptions { |
| 14 | expectedSha256?: string; |
| 15 | force?: boolean; |
| 16 | allowEmpty?: boolean; |
| 17 | } |
| 18 | |
| 19 | export interface DocumentUpdateResult { |
| 20 | path: string; |
nothing calls this directly
no outgoing calls
no test coverage detected