UNPKG

react-native-star-io10

Version:

react-native-star-io10 is a library for supporting application development for Star Micronics devices.

10 lines (9 loc) 277 B
export declare class StarSpoolJobSettings { _isRetryEnabled: boolean; _timeout: number; _note: string; get isRetryEnabled(): boolean; get timeout(): number; get note(): string; constructor(isRetryEnabled: boolean, timeout: number, note?: string); }