mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
Improve
This commit is contained in:
@@ -8,4 +8,9 @@ interface ExpedientTaskModalPageComponentProps {
|
||||
task: any
|
||||
profile: any
|
||||
}
|
||||
interface ExpedientTaskModalPageReturn {}
|
||||
interface ExpedientTaskModalPageReturn {}
|
||||
|
||||
interface CreateProcessPageComponentProps {
|
||||
taskAction: any
|
||||
fulltask: any
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
import { SearchCategory } from './search-category';
|
||||
|
||||
describe('SearchCategory', () => {
|
||||
it('should create an instance', () => {
|
||||
expect(new SearchCategory()).toBeTruthy();
|
||||
});
|
||||
});
|
||||
@@ -1,5 +0,0 @@
|
||||
export class SearchCategory {
|
||||
Id: number;
|
||||
Name: string;
|
||||
Qtd: 6;
|
||||
}
|
||||
Reference in New Issue
Block a user