UNPKG

89 BTypeScriptView Raw
1export interface Schema {
2 project?: string;
3 all?: boolean;
4 skipFormat?: boolean;
5}