Type Alias OptionsOf<T>Internal

OptionsOf: T extends Backend<FileSystem, infer TOptions> ? TOptions : never

Gets the options type of a backend

Type Parameters