InterfaceExtendedDescription

Represents an extended description for the instance, to be shown on its about page.

interface ExtendedDescription {
    content: string;
    updatedAt?: null | string;
}

Properties

Properties

content: string

The rendered HTML content of the extended description.

updatedAt?: null | string

A timestamp of when the extended description was last updated.