no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-18 13:34:58 +07:00
parent 3e313fd804
commit 8dc8f3d78d

View file

@ -2,6 +2,20 @@ interface DataOption {
id: string;
name: string;
}
interface MyObjectRef {
orderType: any;
orderBy: any;
listInvestigation: any,
authority: any,
orderNumber: any,
dateYear: any,
date: any,
authorityPosition: any,
subject: any,
mistakeDetail: any,
[key: string]: any;
}
export type {
DataOption
DataOption,
MyObjectRef
};