diff --git a/src/schemas/index.ts b/src/schemas/index.ts index 75aa279..554c292 100644 --- a/src/schemas/index.ts +++ b/src/schemas/index.ts @@ -155,7 +155,7 @@ export const PassProps = Joi.object< export interface Template { model: string; - certificates: CertificatesSchema; + certificates?: CertificatesSchema; } export const Template = Joi.object