Torn API Client
    Preparing search index...

    Type Alias UserCasinoResponse

    type UserCasinoResponse = {
        casino: { streak: number; tokens: number };
    }
    Index

    Properties

    Properties

    casino: { streak: number; tokens: number }