react-native-star-io10
Version:
react-native-star-io10 is a library for supporting application development for Star Micronics devices.
8 lines (7 loc) • 376 B
TypeScript
import { InterfaceType } from './InterfaceType';
import { StarIO10Error } from './StarIO10Error';
export declare class StarIO10ErrorDetail {
private _autoSwitchInterfaceOpenErrors;
get autoSwitchInterfaceOpenErrors(): Map<InterfaceType, StarIO10Error | undefined> | undefined;
constructor(openErrors?: Map<InterfaceType, StarIO10Error | undefined> | undefined);
}