UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

5 lines (4 loc) 130 B
export interface IFuseLoggerProps { level?: 'succinct' | 'verbose' | 'disabled'; ignoreStatementErrors?: Array<string>; }