Type Alias UpdateType<SD>

UpdateType: { [key in keyof SD]?: ExtractUpdateType<SD[key]> }

Type Parameters