add Location info domain
This commit is contained in:
parent
13391b18eb
commit
1fe205165d
13
src/domains/LocationInfo.ts
Normal file
13
src/domains/LocationInfo.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import { NullValueRes } from '../types/common';
|
||||
|
||||
export type LocationInfo = {
|
||||
id: Number,
|
||||
name: string,
|
||||
thumbnail: NullValueRes<'String', string>,
|
||||
regency_name: String,
|
||||
province_name: String,
|
||||
critic_score: Number,
|
||||
critic_count: Number,
|
||||
user_score: Number,
|
||||
user_count: Number
|
||||
}
|
Loading…
Reference in New Issue
Block a user