export interface JourneyListOptions {
    limit: number;
    skip: number;
    idOrg?: string;
    isPublished?: boolean;
}
