UNPKG

@paydock/client-sdk

Version:

Paydock client sdk

6 lines 226 B
import type { Instruction } from './instruction-handler'; export declare class InstructionModule { instructions: any[]; getInstruction(id: string): Instruction | null; } //# sourceMappingURL=instruction-module.d.ts.map