export interface ActionData {
    target: string;
    name: string;
    pageIndex: number;
    applyRule?: boolean;
}
