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;
|
||||
platform: 'dutchie';
|
||||
name: string;
|
||||
dbaName?: string;
|
||||
slug: string;
|
||||
city: string;
|
||||
state: string;
|
||||
|
||||
Reference in New Issue
Block a user