export interface LoaderOptions { /** * If set to true then properties will be implicitly converted using their typing information. * @default true */ enableImplicitConversion?: boolean; }