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