## WithId type [​](/content/docs/sdk/core.withid#withid-type "Direct link to WithId type"/index.html)

**Signature:**

```typescript
export type WithId<T> = T & {

id: string;

};
```

- [WithId type](/content/docs/sdk/core.withid#withid-type/index.html)
