Interface ImageDiffAttachment

interface ImageDiffAttachment {
    actual: string;
    diff: string;
    expected: string;
    name: string;
}

Properties

actual: string
diff: string
expected: string
name: string