UNPKG

@scayle/storefront-core

Version:

Collection of essential utilities to work with the Storefront API

9 lines (8 loc) 217 B
/** * The default page number for promotion listings. */ export declare const PROMOTION_PAGE_DEFAULT = 1; /** * The default number of promotions per page. */ export declare const PROMOTION_PER_PAGE_DEFAULT = 100;