<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/effect](./effect.md) &gt; [RecordToUniforms](./effect.recordtouniforms.md)

## RecordToUniforms type

**Signature:**

```typescript
export type RecordToUniforms<U extends Record<string, any>> = {
    [K in keyof U]: IUniform<U[K]>;
};
```
