Interface LuckyUsersWhoGotGiftSubscriptionsEvent

interface LuckyUsersWhoGotGiftSubscriptionsEvent {
    channel: string;
    data: string;
    event: "App\\Events\\LuckyUsersWhoGotGiftSubscriptionsEvent";
}

Properties

Properties

channel: string
data: string
event: "App\\Events\\LuckyUsersWhoGotGiftSubscriptionsEvent"