UNPKG

@springtree/eva-core

Version:
19 lines (14 loc) 338 B
declare module EVA.Payment.PayPlaza { export interface PrintLastReceiptCallback { StationID: number; ReceiptLines: string[]; } export interface PrintLastReceipt { StationID: number; DeviceID: number; } export interface PrintLastReceiptResponse { Success: boolean; Error: EVA.Core.ServiceError; } }