ContractInstallationPromises<StartFns>: {
    [Property in keyof StartFns]: Promise<Installation<StartFns[Property]>>
}

Type Parameters