profilePage/types/ejs.d.ts
2025-04-05 01:28:29 -04:00

3 lines
101 B
TypeScript

interface EjsTemplateData {
[key: string]: string | number | boolean | object | undefined | null;
}