export interface IRecordEvent {
    action: string;
    record?: any;
    url?: string;
}
