Sanity Library Reference Docs
    Preparing search index...
    DashboardView: {
        [Type in ViewInterface["type"]]: Omit<
            Extract<ViewInterface, { type: Type }>,
            "type",
        > & {
            application: ApplicationBase;
            module: RemoteModuleRef;
            surface: Type extends "app" ? "window" : Type;
        }
    }[ViewInterface["type"]]

    A dashboard view exposed by an application.