Sanity Library Reference Docs
    Preparing search index...

    Type Alias DashboardInstallation

    DashboardInstallation: Omit<DashboardApplicationBase, "type"> & {
        installation: Installation<InstallationInclude>;
        type: "installation";
    }

    An installation shaped into the shared application base, with its raw record kept under installation for consumers that need the full record.