diff --git a/src/models/process-params.ts b/src/models/process-params.ts index a88ef77..bcc3617 100644 --- a/src/models/process-params.ts +++ b/src/models/process-params.ts @@ -490,6 +490,12 @@ export interface ProcessParams { * @memberof ProcessParams */ 'checkVDS'?: boolean; + /** + * When enabled, the age check status affects the overall status. + * @type {boolean} + * @memberof ProcessParams + */ + 'strictAgeCheck'?: boolean; }