@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
26 lines (14 loc) • 565 B
Markdown
[**@clickup/ent-framework**](../README.md)
***
[@clickup/ent-framework](../globals.md) / DeleteWhereInput
# Type Alias: DeleteWhereInput\<TTable\>
> **DeleteWhereInput**\<`TTable`\>: `object` & `Omit`\<[`Where`](Where.md)\<`TTable`\>, *typeof* [`ID`](../variables/ID.md)\>
Defined in: [src/types.ts:337](https://github.com/clickup/ent-framework/blob/master/src/types.ts#L337)
Table -> { id: ["1", "2", "3"], ... }
## Type declaration
### id
> **id**: `string`[]
## Type Parameters
| Type Parameter |
| ------ |
| `TTable` *extends* [`Table`](Table.md) |