# CustomIdShape

`type` in `kit` · v0.1.1

<https://docs.seedcord.org/packages/kit/0.1.1/types/custom-id-shape>

The set of fields a customId carries, keyed by name.

## Declaration

```ts
type CustomIdShape = Record<
    string,
    CustomIdField<unknown>
>;
```
