> public static function myStruct()[write_props]: MyStruct{ return MyStruct::fromShape( shape( "major" => 42, "abstract" => "abstract", "my_enum" => MyEnum::DOMAIN, ) ); } public static function getAllStructuredAnnotations()[write_props]: dict> { return dict[ ]; } }