Torn API Client
    Preparing search index...

    Type Alias UserRefillsResponse

    type UserRefillsResponse = {
        refills: {
            energy: boolean;
            nerve: boolean;
            special_count: number;
            token: boolean;
        };
    }
    Index

    Properties

    Properties

    refills: {
        energy: boolean;
        nerve: boolean;
        special_count: number;
        token: boolean;
    }