Type alias FsaDbContextProviderProps

FsaDbContextProviderProps: { fileExtensionsForApp?: string[] }

Type declaration

  • Optional fileExtensionsForApp?: string[]

    Any file extension that your app wants to scan for. The format can be '.ext' or 'ext'

    Default Value

    ['stl', 'gcode', '3mf', 'jpg']

Generated using TypeDoc