WriteFile type

Signature:

export type WriteFile = {
    hostPath: string;
    fileContent: FileContent;
};

References: FileContent