Skip to content

Commit b0bc0e7

Browse files
committed
Complete some more types
1 parent ed41e19 commit b0bc0e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/types.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)