mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: remove parent item category from item categories service.
This commit is contained in:
@@ -4,8 +4,6 @@ import { ISystemUser } from "./User";
|
||||
export interface IItemCategory {
|
||||
id: number,
|
||||
name: string,
|
||||
|
||||
parentCategoryId?: number,
|
||||
description?: string,
|
||||
userId: number,
|
||||
|
||||
@@ -19,7 +17,6 @@ export interface IItemCategory {
|
||||
export interface IItemCategoryOTD {
|
||||
name: string,
|
||||
|
||||
parentCategoryId?: number,
|
||||
description?: string,
|
||||
userId: number,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user