Type Alias WriteFileOps

WriteFileOps: {
    append: boolean;
    data: string;
    path: string;
}