interface Parseable {
    parse?: any;
}

Hierarchy (View Summary)

Properties

Properties

parse?: any