interface RowLoadError {
    data: any;
    error: any;
}

Properties

Properties

data: any
error: any

Generated using TypeDoc