interface StateHistoryData {
    data: any;
    error?: EvaError;
}

Properties

Properties

data: any
error?: EvaError

Generated using TypeDoc