Add dbaName to Dispensary type to fix TypeScript build error
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -350,6 +350,7 @@ export interface Dispensary {
|
|||||||
id: number;
|
id: number;
|
||||||
platform: 'dutchie';
|
platform: 'dutchie';
|
||||||
name: string;
|
name: string;
|
||||||
|
dbaName?: string;
|
||||||
slug: string;
|
slug: string;
|
||||||
city: string;
|
city: string;
|
||||||
state: string;
|
state: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user