Interface File

interface File {
    content: string;
    path: string;
}

Properties

Properties

content: string
path: string

Generated using TypeDoc