| 14 | "_remotely-save-metadata-on-remote.bin"; |
| 15 | |
| 16 | export interface DeletionOnRemote { |
| 17 | key: string; |
| 18 | actionWhen: number; |
| 19 | } |
| 20 | |
| 21 | export interface MetadataOnRemote { |
| 22 | version?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected