UNPKG

109 BTypeScriptView Raw
1export interface Schema {
2 project: string;
3 animations: boolean;
4 externalDependencies: boolean;
5}