export type RequiredOptions = { /** * If true, throws an error if the parameter is not present. */ required?: boolean; };