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

5 lines
80 B
TypeScript
Raw Normal View History

2024-03-11 19:25:05 +08:00
export interface RecordPdfOptions {
2024-03-07 20:55:41 +08:00
isDouble: number;
printSetup: String;
}