Files
testing-tool/types/storage.d.ts
T

5 lines
85 B
TypeScript

export interface StorageSchema {
'app/lastRoute': string;
'app/theme': string;
}