Skip to content

OptionsOf

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

Defined in: src/backends/backend.ts:96

Internal

Gets the options type of a backend

T extends Backend