
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
24 lines
348 B
Text
24 lines
348 B
Text
---
|
|
title: TLCameraId
|
|
status: published
|
|
category: tlschema
|
|
group: TypeAlias
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 66
|
|
---<Small>Public TypeAlias</Small>
|
|
|
|
The id of a camera record.
|
|
|
|
|
|
##### Signature
|
|
|
|
|
|
```ts
|
|
type TLCameraId = RecordId<TLCamera>
|
|
```
|
|
|
|
##### References
|
|
|
|
[RecordId](/gen/store/RecordId-type), [TLCamera](/gen/tlschema/TLCamera-interface)
|
|
|