/** * Fetch server file model */ export type FetchServerFileModelDTO = { /** * Path of the file to fetch */ filePath: string; };