no message
This commit is contained in:
parent
d0adda4e87
commit
fbbcf6a6ea
2 changed files with 50 additions and 32 deletions
|
|
@ -41,5 +41,11 @@ interface ListCriteria {
|
|||
level: number;
|
||||
description: string;
|
||||
}
|
||||
interface ListCapacity {
|
||||
id: string;
|
||||
level: number;
|
||||
description: string;
|
||||
capacityId:string
|
||||
}
|
||||
|
||||
export type { FormProfile, FormDataAssigned, FormCapacityList,ListCriteria };
|
||||
export type { FormProfile, FormDataAssigned, FormCapacityList,ListCriteria,ListCapacity };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue