Type alias WithOperationParameterKeys<T>

WithOperationParameterKeys<T>: { [ K in keyof T]: OperationParameterValues }

Type Parameters