export default interface IResourceFetchResponse {
	content: string;
	virtualServerFile: string | null;
}
