export type TalkNPCs = Record export interface TalkNPC { icon?: string name: string identifier: string }