Torn API Client
    Preparing search index...

    Type Alias ReportWarrantDetails

    type ReportWarrantDetails = {
        id: UserId;
        name: string;
        warrant: number;
    }
    Index

    Properties

    Properties

    id: UserId
    name: string
    warrant: number