@@ -22,6 +22,7 @@ export interface IFileRef {
ID: string;
name: string;
type?: number;
+ isDefault?: boolean;
}
export interface INumFileRef {