mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 20:00:33 +00:00
8 lines
96 B
TypeScript
8 lines
96 B
TypeScript
|
|
|
|
export default class ResourceableModel {
|
|
|
|
static get resourceable() {
|
|
return true;
|
|
}
|
|
} |