This message was deleted.
# general
s
This message was deleted.
c
@stale-holiday-22431 try this:
Copy code
import * as inputApi from "@pulumi/kubernetes/types/input"

const x: inputApi.apps.v1.DaemonSetSpec;
er.
/types/output
same idea though.
h
If youu have an
Output
type you should use the
apply
method.
spec.apply(spec => { ... })
. Inside the function
s
will have type
DameonSetSpec
.