# ProductType

```ts
type ProductType = typeof PRODUCTS[keyof typeof PRODUCTS];
```

Defined in: [packages/synapse-sdk/src/sp-registry/types.ts:15](https://github.com/FilOzone/synapse-sdk/blob/1d6c4b9fe34534bf1087dfe41491b72be0b46858/packages/synapse-sdk/src/sp-registry/types.ts#L15)