@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
26 lines (17 loc) • 703 B
Markdown
lang: en
title: 'API docs: filter.keyof'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/filter
permalink: /doc/en/lb4/apidocs.filter.keyof.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/filter](./filter.md) > [KeyOf](./filter.keyof.md)
## KeyOf type
Key types of a given model, excluding operators
<b>Signature:</b>
```typescript
export declare type KeyOf<MT extends object> = Exclude<Extract<keyof MT, string>, Operators>;
```
<b>References:</b> [Operators](./filter.operators.md)