Interface PrettyCardsEditResponse

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

Indexable

[key: string]: any

Properties

Properties

card_id: string

Card ID of edited pretty card

owner_id: number

Owner ID of edited pretty card

Generated using TypeDoc