mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore(): update fastify view interface
This commit is contained in:
@@ -16,7 +16,7 @@ export interface FastifyViewOptions {
|
||||
liquid?: any;
|
||||
dot?: any;
|
||||
};
|
||||
templates?: string;
|
||||
templates?: string | string[];
|
||||
includeViewExtension?: boolean;
|
||||
options?: object;
|
||||
charset?: string;
|
||||
|
||||
Reference in New Issue
Block a user