Add files via upload
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
declare function start({ firstName, lastName, age }: {
|
||||
firstName: String;
|
||||
lastName: String;
|
||||
age: Number;
|
||||
}): void;
|
||||
|
||||
declare function stop({ firstName, lastName, age }: {
|
||||
firstName: String;
|
||||
lastName: String;
|
||||
age: Number;
|
||||
}): void;
|
||||
|
||||
export { start, stop };
|
||||
Reference in New Issue
Block a user