5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
interface String {
|
|
readonly namespace: string,
|
|
readonly path: string
|
|
}
|