import { IFileListItem } from "@docsvision/webclient/BackOffice/IFileListItem";
export interface IFileClickingArgs {
    fileItem: IFileListItem;
}
