chore: refetch subscription when prefs menu opens (#2360)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ValetTokenOperation } from './ValetTokenOperation'
|
||||
import { ValetTokenOperation } from '../Temp/ValetTokenOperation'
|
||||
|
||||
export type CreateValetTokenPayload = {
|
||||
operation: ValetTokenOperation
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export type ValetTokenOperation = 'read' | 'write' | 'delete' | 'move'
|
||||
Reference in New Issue
Block a user