Interface ListReplayRecordsResult

interface ListReplayRecordsResult {
    records: ReplayRecordSummary[];
}

Properties

Properties