2
0
mirror of https://github.com/frappe/books.git synced 2025-01-03 15:17:30 +00:00
books/models/inventory/Location.ts

6 lines
93 B
TypeScript
Raw Permalink Normal View History

import { Doc } from 'fyo/model/doc';
export class Location extends Doc {
item?: string;
}