import type { Input } from '@pulumi/pulumi'; export type WithInputs = { [key in keyof T]: Input; };