mirror of
https://github.com/frappe/books.git
synced 2024-11-14 17:34:04 +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;
|
|
}
|