no message

This commit is contained in:
STW_TTTY\stwtt 2024-04-25 18:14:49 +07:00
parent d0adda4e87
commit fbbcf6a6ea
2 changed files with 50 additions and 32 deletions

View file

@ -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 };