add api template, no ejs

This commit is contained in:
creations 2025-03-26 10:40:05 -04:00
parent 99148fc512
commit 5a5515f2f4
Signed by: creations
GPG key ID: 8F553AA4320FC711
5 changed files with 12 additions and 48 deletions

3
types/ejs.d.ts vendored
View file

@ -1,3 +0,0 @@
interface EjsTemplateData {
[key: string]: string | number | boolean | object | undefined | null;
}