@soigo-dev/types-soigo-app 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/venue.d.ts +2 -1
- package/package.json +1 -1
package/lib/venue.d.ts
CHANGED
|
@@ -66,7 +66,8 @@ export declare enum DaysOfWeek {
|
|
|
66
66
|
}
|
|
67
67
|
export interface Venue {
|
|
68
68
|
readonly id: number;
|
|
69
|
-
readonly
|
|
69
|
+
readonly name_en: string;
|
|
70
|
+
readonly name_th?: string;
|
|
70
71
|
readonly thumbnail: string;
|
|
71
72
|
readonly address: string;
|
|
72
73
|
readonly latitude: number;
|