2019-09-08 14:36:30 -04:00

4 lines
51 B
TypeScript

export interface Schema {
skipFormat: boolean;
}