TypeDoc Array Extension Bug Report
    Preparing search index...

    Interface Post

    A post found on the main site.

    interface Post {
        content: string;
    }
    Index

    Properties

    Properties

    content: string

    The text content of the post.