Interface SecureGiveEventStickerItem

interface SecureGiveEventStickerItem {
    status: string;
    user_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

status: string
user_id: number

Generated using TypeDoc