Testing(stencil): First testing stencil workspace
This commit is contained in:
+3
-3
@@ -10,15 +10,15 @@ export namespace Components {
|
|||||||
/**
|
/**
|
||||||
* The first name
|
* The first name
|
||||||
*/
|
*/
|
||||||
"first": string;
|
"first"?: string;
|
||||||
/**
|
/**
|
||||||
* The last name
|
* The last name
|
||||||
*/
|
*/
|
||||||
"last": string;
|
"last"?: string;
|
||||||
/**
|
/**
|
||||||
* The middle name
|
* The middle name
|
||||||
*/
|
*/
|
||||||
"middle": string;
|
"middle"?: string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
declare global {
|
declare global {
|
||||||
|
|||||||
Generated
+1113
-9
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user