Skip to content

Commit eba0e3d

Browse files
author
n3kosempai
committed
[release] correction not declared type
1 parent 3f3ba27 commit eba0e3d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/types/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ export interface AppStream {
6868
caption?: string;
6969
default?: boolean;
7070
}>;
71+
releases?: Array<{
72+
timestamp: string;
73+
version: string;
74+
description: string;
75+
url?: string;
76+
}>;
7177
}
7278

7379
export interface AppOfTheDayResponse {

0 commit comments

Comments
 (0)