Type alias Sort<T, ORDER>

Sort<T, ORDER>: { [ P in keyof T & string]?: ORDER }

Type Parameters

Generated using TypeDoc