mirror of
https://github.com/donlon/cloudflare-error-page.git
synced 2025-12-25 01:39:18 +00:00
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
declare module "./templates/*" {
|
|
const content: string;
|
|
export default content;
|
|
}
|