mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-05-19 13:56:58 -04:00
Type ApiPost keys to be defined
This commit is contained in:
8
src/api/types.d.ts
vendored
8
src/api/types.d.ts
vendored
@@ -18,10 +18,10 @@ export interface ApiPlace {
|
||||
}
|
||||
|
||||
export interface ApiPost {
|
||||
id?: number;
|
||||
title?: string;
|
||||
body?: string;
|
||||
published_at?: string;
|
||||
id: number;
|
||||
title: string;
|
||||
body: string;
|
||||
published_at: string;
|
||||
}
|
||||
|
||||
export interface ApiProject {
|
||||
|
||||
Reference in New Issue
Block a user