weareinreach / InReach

Detected usage of the any type JS-0323
Anti-pattern
14 minutes ago5 months old
Unexpected any. Specify a different type
 32	social_media?: SocialMedia[]
 33	notes_log?: NotesLog[]
 34	is_deleted: boolean
 35	adminEmails?: any[] 36}
 37
 38export interface ID {
Unexpected any. Specify a different type
192	location_id?: string
193	name: string
194	phone_id?: string
195	properties?: { [key: string]: any[] | string }196	schedule_id?: string
197	slug: string
198	updated_at: EdAt