mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 02:35:41 +00:00
done
This commit is contained in:
3
terminus-core/src/api/tabRecovery.ts
Normal file
3
terminus-core/src/api/tabRecovery.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export abstract class TabRecoveryProvider {
|
||||
abstract async recover (recoveryToken: any): Promise<void>
|
||||
}
|
||||
Reference in New Issue
Block a user