source: frontend/node_modules/fork-ts-checker-webpack-plugin/lib/formatter/FormatterOptions.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 327 bytes
Line 
1import { ComplexFormatterOptions, FormatterType } from './FormatterFactory';
2declare type ComplexFormatterPreferences<T extends FormatterType = FormatterType> = {
3 type: T;
4 options?: ComplexFormatterOptions<T>;
5};
6declare type FormatterOptions = FormatterType | ComplexFormatterPreferences;
7export { FormatterOptions };
Note: See TracBrowser for help on using the repository browser.