interface DebugResultListItemProps {
    result: PatronDebugResult;
    sequence: number;
}

Properties

Properties

sequence: number