export interface Schema {
    /**
     * Name of the project where library should be installed
     */
    project?: string;
    /**
     * Flag if animations or no animations module should be included
     */
    animations?: boolean;
}
