UNPKG

@paydock/client-sdk

Version:

Paydock client sdk

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