naystack - v1.5.10
    Preparing search index...

    Type Alias ThreadsPost

    Threads post (single post or reply).

    type ThreadsPost = {
        permalink: string;
        text: string;
        username: string;
    }
    Index

    Properties

    permalink: string

    Permanent URL to the post on Threads.

    text: string

    Post text content.

    username: string

    Author's username.