business.ts 180 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import { User } from '@/types/user'; export interface Business extends User { singers_count?: number; submit_activities_count?: number; checked_activities_count?: number; }