export type AuditParams = {
    entity?: string;
    startTime?: string;
    endTime?: string;
    size?: number;
    cursor?: string;
};
