interface PrepGraphicComponent {
    file: string;
    filePath: string;
    format: string;
    name: string;
    templates: Templates;
}

Properties

file: string
filePath: string
format: string
name: string
templates: Templates

Generated using TypeDoc