/**
 * Ng apexchart ng-add schematic
 * Generate a file of JavaScript
 */
export interface NgApexchartNgAddSchema {
    /**
     * Name of the project.
     */
    project?: string;
}
