// Generated Source interface CallerResource { /** * */ callerId?: string; /** * */ name?: string; } export default CallerResource;