UNPKG

@goboomtown/entities

Version:

entities in typescript format. This includes: - Customer

7 lines (6 loc) 124 B
export interface JourneyListOptions { limit: number; skip: number; idOrg?: string; isPublished?: boolean; }