Interface Audit<T>

interface Audit<T> {
    input: T;
    problems: string[];
}

Type Parameters

  • T

Properties

Properties

input: T
problems: string[]