mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
|
import { Doc } from 'fyo/model/doc';
|
||
|
|
||
|
export class Location extends Doc {
|
||
|
item?: string;
|
||
|
}
|