/** * Options Type */ type OptionsType = { delimiters?: { start?: string; end?: string; }; locale?: string; }; /** * Default export */ export default OptionsType;