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