import { Contract } from "@paperbits/common";

export interface DocumentDetailsContract extends Contract {
    fileName: string;
}