Skip to main content

Interface: SCCustomPageType

SCCustomPageType interface

Properties

active

Optional active: boolean

Defined in

customPage.ts:20


created_at

Optional created_at: string | Date

Defined in

customPage.ts:18


created_by

Optional created_by: number

Defined in

customPage.ts:21


html_body

Optional html_body: null | string

Defined in

customPage.ts:15


html_summary

Optional html_summary: null | string

Defined in

customPage.ts:14


id

Optional id: number

Defined in

customPage.ts:10


slug

Optional slug: string

Defined in

customPage.ts:12


title

title: string

Defined in

customPage.ts:13


type

Optional type: SCCustomPageTypeEnum

Defined in

customPage.ts:11


updated_at

Optional updated_at: null | string | Date

Defined in

customPage.ts:19


updated_by

Optional updated_by: number

Defined in

customPage.ts:22


valid_from

valid_from: string | Date

Defined in

customPage.ts:16


valid_to

valid_to: string | Date

Defined in

customPage.ts:17