mirror of
https://github.com/frappe/books.git
synced 2025-01-05 16:12:21 +00:00
7 lines
137 B
TypeScript
7 lines
137 B
TypeScript
import { Doc } from 'fyo/model/doc';
|
|
|
|
export class PricingRuleDetail extends Doc {
|
|
referenceName?: string;
|
|
referenceItem?: string;
|
|
}
|