mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import { omit } from 'lodash';
|
|
import TenantRepository from '@/repositories/TenantRepository';
|
|
|
|
export default class ViewRoleRepository extends TenantRepository {
|
|
|
|
} |