export interface Schema {
    /**
     * Name of the project where sunbird-quml-player library should be installed
     */
    project?: string;
}
