Type Alias
WKNotificationScene.Body
The type of scene that represents the body of this scene.
このシーンのボディを表すシーンの型。
Declaration
宣言
typealias Body = some Scene
Discussion
議論
When you create a custom scene, Swift infers this type from your implementation of the required body
property.