calque/src/global.d.ts
2024-10-23 14:01:21 +02:00

5 lines
No EOL
68 B
TypeScript

interface FileSystemHandle {
getUniqueId(): Promise<string>;
}