Torn API Client
    Preparing search index...

    Type Alias NewsResponse

    type NewsResponse = {
        _metadata: RequestMetadataWithLinks;
        news: News[];
    }
    Index

    Properties

    Properties

    news: News[]