TaskFile

data class TaskFile(val path: String, val content: String)

The output that are being to be generated by Figmagen

Constructors

Link copied to clipboard
fun TaskFile(path: String, content: String)

Properties

Link copied to clipboard

the file content

Link copied to clipboard

the file path