<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`BasesPropertyId`](BasesPropertyId)
## BasesPropertyId type
The full ID of a property, used in the bases config file. The prefixed [BasesPropertyType](BasesPropertyType) disambiguates properties of the same name but from different sources.
1.10.0
**Signature:**
```typescript
export type BasesPropertyId = `${BasesPropertyType}.${string}`;
```
**References:** [`BasesPropertyType`](BasesPropertyType)