type alias FactoryCreateOptionsimport { type FactoryCreateOptions } from "https://deno.land/x/deno_nest@v3.6.1/mod.ts"; definition: { strict?: boolean; cache?: Map<any, any>; logger?: LoggerService | false; }