chore(): update fastify view interface

This commit is contained in:
Tony133
2023-07-25 18:32:18 +02:00
parent 152d07cd24
commit db2d3ae41f

View File

@@ -16,7 +16,7 @@ export interface FastifyViewOptions {
liquid?: any;
dot?: any;
};
templates?: string;
templates?: string | string[];
includeViewExtension?: boolean;
options?: object;
charset?: string;