UNPKG

@vendasta/store

Version:

Components and data for Store

8 lines (7 loc) 151 B
export interface PermissionLists { whitelist: string[]; blacklist: string[]; } export interface Restrictions { country: PermissionLists; }