UNPKG

87 BPlain TextView Raw
1export interface IErrorLine {
2 desc: string;
3 valid: boolean;
4 solution?: string;
5}