Skip to main content

Interface: SCLegalPageType

SCLegalPageType interface

Properties

ack

Optional ack: SCLegalPageAckType

User ack

Defined in

legalPage.ts:53


active

Optional active: boolean

Is this page active

Defined in

legalPage.ts:49


created_at

created_at: string | Date

datetime of creation

Defined in

legalPage.ts:41


created_by

created_by: number

The id of the creator of this page

Defined in

legalPage.ts:45


html_body

html_body: string

The full html body for this page

Defined in

legalPage.ts:29


html_summary

html_summary: string

A short html summary

Defined in

legalPage.ts:25


id

id: number

Unique integer value identifying this page

Defined in

legalPage.ts:13


slug

slug: string

The name and version code for this page

Defined in

legalPage.ts:17


title

title: string

Page title

Defined in

legalPage.ts:21


valid_from

valid_from: string | Date

This page is valid from this date

Defined in

legalPage.ts:33


valid_to

valid_to: string | Date

This page is valid till this date

Defined in

legalPage.ts:37