// Generated Source interface UrnInfoRequest { /** * Name of department (call queue) member */ department?: string; } export default UrnInfoRequest;