# AnyCustomId

`type` in `custom-id` · v0.2.1

<https://docs.seedcord.org/packages/custom-id/0.2.1/types/any-custom-id>

Any customId, whatever its prefix and fields. Write this to take one as a parameter.

## Declaration

```ts
type AnyCustomId = CustomId<string, CustomIdShape>;
```
