Torn API Client
    Preparing search index...

    Type Alias ForumThreadAuthor

    type ForumThreadAuthor = {
        id: UserId;
        karma: number;
        username: string;
    }
    Index

    Properties

    Properties

    id: UserId
    karma: number
    username: string