4 lines
43 B
TypeScript
4 lines
43 B
TypeScript
declare interface MyTest {
|
|
text: string
|
|
}
|
declare interface MyTest {
|
|
text: string
|
|
}
|