Type alias Indexes<T>

Indexes<T>: { index: { [ key in keyof T]?: IndexDirection }; options?: CreateIndexesOptions }[]

Type Parameters