--- title: TLPage status: published category: tlschema group: Interface author: api date: 06/23/2023 order: 108 ---Public Interface
Table of Contents - [Properties](#properties) - [index](#TLPage-index-member) - [name](#TLPage-name-member)
TLPage ##### Signature ```ts interface TLPage extends BaseRecord<'page', TLPageId> {} ``` ##### References [BaseRecord](/gen/store/BaseRecord-interface), [TLPageId](/gen/tlschema/TLPageId-type) --- ## Properties ### `index` \{#TLPage-index-member} Public PropertySignature ##### Signature ```ts index: string ``` --- ### `name` \{#TLPage-name-member} Public PropertySignature ##### Signature ```ts name: string ``` ---