@aliretail/react-materials-components
Version:
28 lines (27 loc) • 591 B
TypeScript
export interface ITableProps {
appCode: string;
apiCode: string;
url: string;
params: any;
detailAppCode: string;
detailApiCode: string;
detailUrl: string;
actId: string;
extTableProps: Record<string, any>;
}
export interface IDetailTableItem {
id: string;
traceId: string;
operateTime: string;
operatePerson: string;
ip: string;
eventType: string;
}
export interface IExpandedTableItem {
id: string;
fieldName: string;
beforeValue: string;
afterValue: string;
operateObject: string;
operateType: string;
}