1
0
Files

5 lines
81 B
TypeScript
Raw Permalink Normal View History

2022-11-12 12:13:49 +08:00
interface String {
readonly namespace: string,
readonly path: string
}