## CanBePopulated type

**Signature:**

```typescript
export type CanBePopulated = {

length: number;

} | Record<string, any>;
```

- [CanBePopulated type](/content/docs/sdk/core.canbepopulated#canbepopulated-type/index.html)
