UNPKG

@abaplint/runtime

Version:
9 lines (8 loc) 259 B
import { Table } from "../types"; import { ICharacter } from "../types/_character"; interface IReadReportOptions { state?: ICharacter; into?: Table; } export declare function readReport(name: ICharacter, options: IReadReportOptions): void; export {};