mirror of
https://github.com/standardnotes/app
synced 2026-07-14 00:03:20 -04:00
4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
export interface RemoteDataInterface {
|
|
destroySensitiveDirectories(): void
|
|
}
|