Refactoring code module 07_insignia

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-25 16:44:07 +07:00
parent 208d867dfd
commit 6fb6024f53
31 changed files with 1158 additions and 2444 deletions

View file

@ -25,4 +25,16 @@ interface ItemType {
interface ColId {
period_id: string;
}
export type { FormProprsalsRound, FormProprsalsRound2, ItemType, ColId };
interface CheckboxData {
id: number;
name: string;
val: boolean;
}
export type {
FormProprsalsRound,
FormProprsalsRound2,
ItemType,
ColId,
CheckboxData,
};