interface HistoryTableRowActionComponentProps {
    entityName: string;
    etalonId: string;
    namespaceId: keyof INamespace;
    rowActionProps: TableRowActionsProps<AbstractVistory<AbstractModel<any>>>;
}

Properties

entityName: string
etalonId: string
namespaceId: keyof INamespace