Testing(stencil): First testing stencil workspace
This commit is contained in:
+3
-3
@@ -10,15 +10,15 @@ export namespace Components {
|
||||
/**
|
||||
* The first name
|
||||
*/
|
||||
"first": string;
|
||||
"first"?: string;
|
||||
/**
|
||||
* The last name
|
||||
*/
|
||||
"last": string;
|
||||
"last"?: string;
|
||||
/**
|
||||
* The middle name
|
||||
*/
|
||||
"middle": string;
|
||||
"middle"?: string;
|
||||
}
|
||||
}
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user