Interface RecordingResult

interface RecordingResult {
    url: string;
    info: BundleInfo;
}

Properties

Properties

url: string

Generated using TypeDoc