interface ResumeOptions {
    journey?: string;
    query?: Record<string, string>;
}

Properties

Properties

journey?: string
query?: Record<string, string>