export interface SysAssetFile {
	fileId: string;
	parentNodePath?: string;
}
