UNPKG

67 BTypeScriptView Raw
1export interface Schema {
2 name: string;
3 skipFormat: boolean;
4}