export type BigodonOptions = { /** * Data that cannot be accessed from the template but can be accessed and modified from helpers * * @type {object} */ data?: object; /** * Maximum milliseconds allowed for the template execution * * @type {number} */ maxExecutionMillis?: number; };