5 lines
No EOL
68 B
TypeScript
5 lines
No EOL
68 B
TypeScript
|
|
|
|
interface FileSystemHandle {
|
|
getUniqueId(): Promise<string>;
|
|
} |