interface UseContainerOptionsimport { type UseContainerOptions } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts"; Container options. Propertiesoptionalfallback: booleanIf set to true, then default container will be used in the case if given container haven't returned anything. optionalfallbackOnErrors: booleanIf set to true, then default container will be used in the case if given container thrown an exception.