File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export interface Package {
3434 } ;
3535 launch_on_approval : boolean ;
3636 requested_launch_date : string ;
37- original_launch_date ?: any ;
37+ original_launch_date ?: string ;
3838 latest_launch_date : string ;
3939 max_version_launched : any [ ] ;
4040 documentation_artifacts : {
@@ -171,11 +171,11 @@ export interface User {
171171 created_at : string ;
172172 modified_at : string ;
173173 social_media_info : {
174- twitter : string ;
175- stackexchange_url ?: any ;
176- facebook_url : string ;
177- linkedin_url ?: any ;
178- github_username : string ;
174+ twitter ? : string ;
175+ stackexchange_url ?: string ;
176+ facebook_url ? : string ;
177+ linkedin_url ?: string ;
178+ github_username ? : string ;
179179 } ;
180180 addresses : {
181181 address_key : number ;
You can’t perform that action at this time.
0 commit comments