💡 Support Strongly Typed initialObjects with Typescript #12343
skylerjokiel
started this conversation in
Azure Features & Functionality
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
The container schema requires defining the type of the
initialObjects
on container creation butinitialObjects
on the container is typed asLoadableObjectRecord
.Example
Goal
The
initialObjects
object and the keys on that object should be typed correctly when using Typescript.Proposals
...
Beta Was this translation helpful? Give feedback.
All reactions