masto
    Preparing search index...

    Interface ExtendedDescription

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

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

    Properties

    Properties

    content: string

    The rendered HTML content of the extended description.

    updatedAt?: string | null

    A timestamp of when the extended description was last updated.