qualpipe_webapp.frontend.page_config.PageIndexEntry# class qualpipe_webapp.frontend.page_config.PageIndexEntry(*, name, source)[source]# Bases: BaseModel Reference to a page config file. Parameters: name (str) source (str) model_config = {}# Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict]. name: str# source: str#