interface ParseError {
    error: string;
    input?: string;
}

Properties

Properties

error: string
input?: string