Testing(stencil): First testing stencil workspace

This commit is contained in:
2026-07-12 13:47:25 +02:00
parent ff9d18610c
commit a11bbcf6f7
2 changed files with 1116 additions and 12 deletions
+3 -3
View File
@@ -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 {
+1113 -9
View File
File diff suppressed because it is too large Load Diff