Update Zone interface id type from string to number
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: David Nguyen <david.nguyen@goutezplanb.com> Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ef665f7bf1
commit
2cc110adc3
@ -9,7 +9,7 @@ export interface GeoPoint {
|
|||||||
y: number;
|
y: number;
|
||||||
}
|
}
|
||||||
export interface Zone {
|
export interface Zone {
|
||||||
id: string;
|
id: number;
|
||||||
name?: string;
|
name?: string;
|
||||||
color?: string;
|
color?: string;
|
||||||
opacity?: number;
|
opacity?: number;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user