Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store-composable/luckyDrawPrizes

Index

Type Aliases

LuckyDrawPrizeCoupon: api/luckyDrawPrizes

Type Parameters

    LuckyDrawPrizeGiveaways: api/luckyDrawPrizes

    Type Parameters

      Type Parameters

      • T

      Variables

      luckyDrawPrizeList: { [_refBrand]: true; value: readonly (({ readonly prize_type: "coupons"; readonly coupon_discount_type: "constant" | "percentage"; readonly coupon_discount: `${number}` | null; readonly draw_ticket_started_at: ISO8601; ... 7 more ...; readonly acquired_at: ISO8601; }) | ({ readonly prize_type: "giveaways"; readonly draw_ticket_started_at: ISO8601 | null; readonly draw_ticket_ended_at: ISO8601 | null; readonly id: number; readonly prize_name: string; ... 4 more ...; readonly acquired_at: ISO8601; }))[] } = ...

      Type declaration

      • Readonly [_refBrand]: true
      • Readonly value: readonly (({ readonly prize_type: "coupons"; readonly coupon_discount_type: "constant" | "percentage"; readonly coupon_discount: `${number}` | null; readonly draw_ticket_started_at: ISO8601; ... 7 more ...; readonly acquired_at: ISO8601; }) | ({ readonly prize_type: "giveaways"; readonly draw_ticket_started_at: ISO8601 | null; readonly draw_ticket_ended_at: ISO8601 | null; readonly id: number; readonly prize_name: string; ... 4 more ...; readonly acquired_at: ISO8601; }))[]

      Functions

      • fetchLuckyDrawPrizeList(postId: any, uuid: any): Promise<void>

      Generated using TypeDoc