tachybase_todo/packages/plugins/@hera/plugin-rental/src/interfaces/options.ts

6 lines
99 B
TypeScript

export interface RecordPdfOptions {
isDouble: number;
printSetup: String;
styleId: number;
}