interface ScriptFile {
    content: string;
    language: RunTypeOptions;
    name: string;
}

Properties

Properties

content: string
language: RunTypeOptions
name: string