Type alias OptionsOf<T>Internal

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

Gets the options type of a backend

Type Parameters