/** * Options used to pass to sanitation decorators. */ export interface SanitationOptions { /** * Specifies if sanity value is an array and each of its item must be sanitized. */ each?: boolean; }