5 lines
62 B
TypeScript
5 lines
62 B
TypeScript
|
declare class test {
|
||
|
test: string[];
|
||
|
constructor();
|
||
|
}
|