2023-10-10 14:21:36 +00:00

8 lines
130 B
TypeScript

export interface Schema {
project: string;
name: string;
directory?: string;
fileName?: string;
skipFormat?: boolean;
}