Torn API Client
    Preparing search index...

    Type Alias Bazaar

    type Bazaar = {
        id: UserId;
        is_open: boolean;
        name: string;
    }
    Index

    Properties

    Properties

    id: UserId
    is_open: boolean
    name: string