File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ declare module 'json-api' {
9595
};
9696

9797
declare type JSONAPIResource = {|
98-
id?: string,
98+
id: string,
9999
type: string,
100100
attributes?: JSONAPIAttributes,
101101
relationships?: JSONAPIRelationships,

0 commit comments

Comments
 (0)