Interface PrettyCardsCreateResponse

interface PrettyCardsCreateResponse {
    card_id: string;
    owner_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

card_id: string

Card ID of created pretty card

owner_id: number

Owner ID of created pretty card

Generated using TypeDoc